Install Instructions & Change Log

------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
IMPORTANT: NO MATTER WHERE YOU DOWNLOAD THIS THEME FROM, FIRST CHANGE THE FOLDER CONTAINING THE THEME TO ONLY 

"clementine" 

NO VERSIONS NUMBERS OR OTHER EXTENSION, THANKS!!! 


NOTE: THE SIDEBAR TAGS IS USED IN HEADER!!!

------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------


- The ritecounter code can be deleted from the footer.php file  (leave it there if you don't mind)


Install Info
------------

- Upload the theme folder into the theme folder. [ URL/wp-content/themes/ ]
- Upload plugins files to the plugin folder. [ URL/ wp-content/plugins/ ]
- Activate plugins
- Activate theme
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------


Theme Clementine
----------------

- Initial Release

Special Instructions
--------------------


- Sideblog can be created in place of bottom text (follow instructions below)


Creating a Side Blog
--------------------

- Set category 1 as Side blog, change the plugin file to indicate otherwise!

- Open Index.php using WP or a text editor like Notepad

- Delete all text from "<p>This is a Sideblog,.." all the way to "Installation Instructions. </p>"

- Replace with:

<ul class="counts">
<?php sideblog('title=true&permalinks=false&limit=1'); ?><br>
</ul>

- Change the number in limit to the number of side blogs to display


Changing Flickr to point to your images
---------------------------------------

- Open header.php using WP or a text editor like notepad

- Find the Flickr script

- Change "tag=art" to "tag=your tag" "your tag" being your own unique tag


Creating Heatmap Archive
------------------------

- To create a heatmap tag cloud based archives page:
	open archives.php
	Replace the existing code below

		<ul class='tags'>
		<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
		</ul>

		<ul class='tags'>
		<?php wp_get_archives('type=monthly'); ?>
		</ul>

	with 
		<ul class='heatmap'>
		<?php heatmap_categories(80, 200, '%', '000', 'ff0000', '<li>', '</li>'); ?>
		</ul>

		<ul class='heatmap'>
		<?php heatmap_archives(80, 200, '%', '000', 'ff0000', '<li>', '</li>'); ?>
		</ul>

------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------

Optional Plugins 
----------------

Sideblog

SRG Clean Archive (If you plan on making an archive page)
WP Heatmap (also for an archive page)
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------


For additional instruction visit 

http://www.headsetoptions.org 

------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
